Explicitly link gdk and gtk against libm
authorMatthias Clasen <mclasen@redhat.com>
Mon, 29 Aug 2011 00:02:16 +0000 (20:02 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 29 Aug 2011 00:03:56 +0000 (20:03 -0400)
commitf060343a821ee58ee8e4cf35ec5578a97b1fb64d
treea2d0a7d1e2ad43c7ebb15c9756b4e7e4fbd6d119
parentf7c188c019ec811e4ae5d5bcf7cb333cfdfd9002
Explicitly link gdk and gtk against libm

We used to get an implicit -lm from gdk-pixbuf, but that has
recently been changed to not inject extraneous libraries into
link lines, so we have to do it ourselves now. This is more
correct, anyway.
configure.ac